fix(codex): add safe plugin registration repair - #69
Merged
BigStrongSun merged 2 commits intoSep 22, 2026
Merged
Conversation
Detect enabled cached plugins missing from the personal marketplace, validate manifest paths inside the Codex cache, preserve existing marketplace entries, and expose an explicit repair action.\n\nCloses BigStrongSun#51
BigStrongSun
added a commit
that referenced
this pull request
Sep 22, 2026
本版内容: - 4 个用户报告问题修复:MFJS 工具 schema 422(#87/#101)、Codex App 跨线程消息 毒化第三方会话(#98,提交 4f76aae)、设置页"应用界面加载失败"(env injection 空状态 wire 契约)、严格诊断版 Codex Desktop unrecognized configuration 警告。 - 社区贡献合入:#95(Responses 重复 namespace 整合)、#97(原生图片编辑官方回退 路由)、#103(MiMo 2.6 Chat 工具调用适配)、#69(Codex 插件登记安全修复)、 #5(actions/cache 5→6)。 - #90 Rust 依赖批次拆批与适配:3 项破坏性 major 升级回退(rusqlite 0.40、 toml 1.0/toml_edit 0.25),其余 55 项保留并做行为等价适配(sha2 0.11 hex 编码、hmac 0.13 KeyInit、tungstenite 0.30/axum 0.8 通配路由与提取器适配), 详见提交 ecd6ce2。 - 既有前端测试回归修复(AddProviderDialog 保存路径补 restore 证据 mock 边界)。 改动: - package.json / src-tauri/Cargo.toml / src-tauri/Cargo.lock / src-tauri/tauri.conf.json:版本 3.20.2-19 -> 3.20.2-20 - docs/release-notes/v3.20.2-20-zh.md / v3.20.2-20-en.md:发布说明 验证: - Rust 全量单线程 4259 passed / 0 failed / 8 ignored - 前端 vitest 1656/1656,typecheck 0 错误 本次提交由BigStrongsSun完成
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Codex cached plugins can be enabled while missing from the personal marketplace, leaving Codex unable to register them safely. This adds explicit detection and repair for cached Codex plugins while preserving existing marketplace entries.
Changes
Validation
Risk